home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-28 | 358 b | 24 lines | [TEXT/CWIE] |
- // FontManagerUser.cp
-
- #ifndef FontManagerUser_h
- #include "FontManagerUser.h"
- #endif
- #ifndef Integers_h
- #include "Integers.h"
- #endif
- #ifndef QuickDrawUser_h
- #include "QuickDrawUser.h"
- #endif
-
- FontManagerUser::FontManagerUser()
- {
- static bool initialized = false;
-
- if ( !initialized )
- {
- QuickDrawUser();
- InitFonts();
- initialized = true;
- }
- }
-